From: Rob Hoes Date: Thu, 12 Dec 2013 16:36:49 +0000 (+0000) Subject: ocaml: do not install test binaries X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5764 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=9ff19cb678c068387156e4a4ec514910a1c68adb;p=xen.git ocaml: do not install test binaries Signed-off-by: Rob Hoes Acked-by: Ian Jackson Acked-by: Ian Campbell [ ijc -- added back an Empty install rule ] --- diff --git a/tools/ocaml/test/Makefile b/tools/ocaml/test/Makefile index 827bd7ca39..8033089c2d 100644 --- a/tools/ocaml/test/Makefile +++ b/tools/ocaml/test/Makefile @@ -49,8 +49,6 @@ all: $(PROGRAMS) bins: $(PROGRAMS) -install: all - $(INSTALL_DIR) $(DESTDIR)$(BINDIR) - $(INSTALL_PROG) $(PROGRAMS) $(DESTDIR)$(BINDIR) +install: include $(OCAML_TOPLEVEL)/Makefile.rules